home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro227 / zcomm.new < prev   
Encoding:
Text File  |  1993-05-29  |  9.6 KB  |  209 lines

  1.     -- Please notify us if you have a CGA board that gives "snow" or --
  2.     -- "chromablizzard" when "display warpdrive" is given.  We are   --
  3.     -- considering eliminating snow-removal to increase performance. --
  4.     -------------------------------------------------------------------
  5.  
  6. New ZOO files are being archived with ZOO 2.10 at maximum compression.
  7. These files require ZOO 2.10 or BOOZ to extract.  All manual references
  8. to LOOZ should be changed to BOOZ to reflect this technology upgrade.
  9.  
  10. You can customize ZCOMM and GYAM file transfer display colors with the
  11. GCOLORS program.  Use the following command: "gcolors script.t".  Gyam and
  12. ZCOMM can read the resultant file with "source script.t".  These operations
  13. can of course be automated with a script or bound to a function key.
  14.  
  15. GCOLORS is included in YAMDEMO.ZIP, YAMDEMO.ZOO, ZCOMMEXE.ZIP, and GSZ.ZIP.
  16.  
  17. The "picture" command generates the same binary screen dump
  18. generated with the ALT-Z key.  This command has been present for
  19. a long time but never fully made it into the manual.
  20.  
  21. By popular request, Classic ZCOMM without graphics file transfer display
  22. has returned in CLASSICZ.ZIP.
  23.  
  24. TurboDial 2.36:  A pattern match timeout of 0 now implies no timeout.
  25.  
  26. 18.05: The portx command now works with IRQ's up to 15.  An example card
  27. that supports these higher IRQs is the $99 "WinSport II" from Boffin LTD
  28. 612-894-0595.  This card has two NS16550AFN FIFO UARTS and also supports
  29. MobyBaud (18.432 MHz clock).
  30.  
  31. The "D" numeric parameter has been removed; its function is provided by
  32. the optional third argument to the "portx" command.
  33.     portx 3e8,15,57600 speed 200000
  34. Selects a comm port with a base address of 3e8 using IRQ15 and the 18.432
  35. MHz clock option on the Boffin Electronics "WinSport II" 2 port serial board.
  36.  
  37. 18.04: The "handshake ax" command takes the low order 5 bits of the first
  38. letter of the command (usually "a") and writes them to the 8250/16550 UART
  39. Modem Control Register.  This hack is specific to PCDOS flavors.
  40. A typical application is "ha ax" which raises Data Terminal Ready (bit 0)
  41. but turns off Request To Send, useful for interfacing to the Radio Shack
  42. Micronta Cat. No. 22-182 LCD Digital Multimeter with PC Interface.  This
  43. instrument uses an optical coupler and will not communicate unless DTR is
  44. ON and RTS is OFF.
  45.  
  46.  
  47. 18.03:  Some problems with ZMODEM-90(Tm) over 7-bit paths were fixed.
  48. Printer controller mode now passes all characters if vt100 emulation
  49. is not selected.  (Vt220 specs require NULL, XON and XOFF to be filtered.)
  50. If the ena -8g command is given, all 8 bits are passed to the printer.
  51. CIS-B+ CRC-16 and 2k blocks now supported.
  52.  
  53. 18.01:  The default phones path is now c:/yam/phones.t for DOS flavors.
  54. The install batch files have been updated to reflect this change.
  55. The automatic selection of handshake both on serial ports presenting
  56. positive CTS has been refined.  The display routines now default to
  57. "display warpdrive".  If you still have a CGA that generates snow
  58. ("chromablizzard") you must uncomment the "display nowarpdrive" command
  59. in phones.ts.
  60.  
  61. 17.95:  The default built-in DOS phones path is now /yam/phones.t
  62. instead of /phones.t.  As before, it can be overridden with the
  63. DOS PHONES environment variable or by putsnp.
  64.  
  65. 17.94:  DOS flavors now recognize a wider variety of EGA and VGA boards
  66. and automatically set "display warpdrive".  The term function has been
  67. revised for better operation at very high speeds esp. with hardware
  68. handshaking.
  69.  
  70. The "tcs" command now accepts redefinitions of characters 128-255.
  71. This allows "graphics drawing characters" to be changed.
  72.  
  73. 17.93: DOS Pro-YAM flavors now allow the "set" command to bind strings
  74. or commands to the letter ALT keys ALT-a to ALT-z.
  75.  
  76. If image or Image (ena -i or ena -I) mode is on, file append
  77. buffer capture does not search for a CP/M EOF in the file being
  78. appended to.
  79.  
  80. 17.92: Giving "display inhibit" followed by "display noinhibit"
  81. no longer resets Dasher emulation graphics states.
  82.  
  83. Doorway 2.2 is a shareware remote control program that allows a
  84. dial-in Yam user to enter keystrokes and view the alphanumeric
  85. display of the computer Doorway is running on.  This
  86. functionality resembles that provided by PcAnywhere, Carbon
  87. Copy, et al.
  88.  
  89. Doorway host mode support has been added.  When Yam is run under
  90. Doorway, doorway redirection is turned off.  After executing
  91. commands in the setup telephone directory entry and the commands
  92. on the DOS command line, Yam exits before displaying the main
  93. prompt, restoring the previous Doorway state.  DSZ and GSZ
  94. versions starting Dec 1991 also support Doorway host operation.
  95.  
  96. 17.90: Corrections to a cursor positioning problem and pN1
  97. interaction with some display adapters.
  98.  
  99. 17.89  An interaction between the -c switch and CIS-B downloads
  100. was removed.
  101.  
  102. 17.88: A local -c option will now override the sender's -r option.
  103.  
  104. The ""gcolors" command is now a no-op on flavors without the graphic file
  105. transfer display.  The "dG" test condition evaluates true iff the program
  106. supports the graphics file transfer display.
  107.  
  108. A problem with the "display inhibit" command has been fixed.
  109.  
  110. 17.87: the "xy column row" command has been added to allow convenient
  111. direct local cursor addressing. Home = 1 1.  Example:  xy 1 20
  112.  
  113. Fixed an interaction between FIFO uarts and YMODEM-g termination after all
  114. files have been sent.  Fixed problem of some options being ignored on
  115. XMODEM and YMODEM downloads.  Fixed graphics display problem involving
  116. more than 40 MB of files.
  117.  
  118.  
  119. 17.86: A conflict between crash recovery and user specified
  120. short packets has been corrected.
  121.  
  122. Pro-YAM, ZCOMM, DSZ.EXE and GSZ now accept the "c" option to
  123. force incoming files to use a changed file name when a file with
  124. the same name exists.  The receiving program must support this
  125. new ZMODEM option or file disposition will be undefined.
  126.  
  127. 17.84: Fix for possible modem i/o lockup with older UART chips.
  128. Improvements in graphics transfer display.
  129.  
  130. 17.83: Some fixes in GCOLORS.  Coded added to recover from some types
  131. of defective serial ports.
  132.  
  133. 17.82: When using printing with DOS (l numeric parameter == 0), printer
  134. faults generate the "Abort, Retry, Ignore, Fail" message.  Responding "f"
  135. to this message a few times will now return control to YAM and cause YAM
  136. to deselect the printer by setting the l numeric parameter to -1.  This
  137. allows normal operation to proceed if the printer fails.  Printing can be
  138. reenabled by setting the l numeric parameter to 0.
  139.  
  140. 17.80:  Gyam.exe is a new flavor of PCDOS Pro-YAM with full screen
  141. graphics status display of file transfer data.  The amount of
  142. information displayed depends on the protocol and sending program.
  143. XMODEM, Compuserve-B, and Kermit download displays make use of data
  144. supplied by the "estimate" command.
  145.  
  146. Time of day and call elapsed time are displayed.  MODEM status is
  147. displayed as follows: x = software flow restraint, X = hardware
  148. flow restraint, L = Loss of carrier detect, H = on Hook.
  149.  
  150. The display color scheme may be altered with the "gcolors"
  151. command.  The following gives a rather "rad" set of colors:
  152.     gcolors 15,2,12,120,10,6,14,6,31,7,12,2,14,15,15,0,0
  153. A menu driven companion program "gcolors" will support interactive
  154. modification of the screen colors.
  155.  
  156. Setting the l numeric parameter to 0 uses DOS PRN: (stdprn) instead
  157. of ROM BIOS for printing with the lputp command, l mode, and terminal
  158. emulation printer controller mode.  Doing so may generate "Abort Retry
  159. Fail" messages from some versions of DOS.  DOS 5.0 generates spurious
  160. "Write Fault" messages with some parallel port adapters.  In one instance,
  161. changing from the parallel port on an AST Advantage board to a recent
  162. Chinese "AT Multi I/O" board eliminated the DOS error messages.
  163.  
  164. Wyse 60 printer controller and aux print modes are now supported.
  165.  
  166. 17.78: The MODEM string parameter has been added to allow ZCOMM to use the
  167. new advanced dialing scripts (adial) without difficulty.  This is initialized
  168. by the MODEM environment string (if present).
  169.  
  170. References to the "aprompt" string should read "altprompt".
  171.  
  172. Keyboard mapping mode is no longer required for ANSI KAM to be effective.
  173.  
  174. Conference mode transmission now obeys throttle.
  175.  
  176.  
  177. 17.77: The -I option has been added to the sz and sb commands.  The -I
  178. option causes new versions of VMS rz to store files with the VMS Variable
  179. length (mrs=510) binary format.  The main use of this VMS record format is
  180. to prevent VMS Kermit programs from altering file contents.
  181.  
  182. The string parameters altprompt, tmodes, nodename, parity, and speed
  183. are new to TurboDial 2.35.
  184.     altprompt    Prompt string for ALT-2  (similar to mprompt)
  185.     tmodes    Default term function modes for f, learn, F-2, t commands
  186.     nodename    Unix system node name
  187.     parity    string representation of number of bits and parity, e.g. 8n
  188.     speed    string representation of speed as set by "speed" command
  189.  
  190. Usage of the statliner parameter has been improved.  If statliner begins
  191. with a space, it is appended to the status line information.  Otherwise
  192. it is processed for string substitutions and character escapes and
  193. replaces the right hand side of the status line.
  194.  
  195. "Handshake slow" is more effective for ZMODEM CRC-32 and MobyTurbo downloads.
  196.  
  197. pcANYWHERE "A" command has been removed from ZCOMM and Pro-YAM.
  198.  
  199. 17.74 -n flag added to echo command suppresses cr/lf and reverse video.
  200. (TurboDial 2.34)  Sz -e is more network compatible.
  201.  
  202. 17.72 Corrected bad CRC calculation on zero length blocks.
  203.  
  204. 17.71 Corrected incorrect calculation of disk free space on very large
  205. disk drives.
  206.  
  207. 17.70 Code changes to improve operation with the Intel SatisFAXtion(Tm)
  208. modem/fax board.
  209.